Welcome![Sign In][Sign Up]
Location:
Search - genetic algorithm simulation

Search list

[matlabPMC

Description: MATLAB预测控制程序实例,有建立模型,然后进行控制仿真-MATLAB examples of prediction control procedures, has established model, and then proceed to control simulation
Platform: | Size: 1024 | Author: 肖家栋 | Hits:

[AI-NN-PRintelligent_control_modle

Description: 本人调试的大作业(源程序模型+论文),主要包括PID控制、模糊控制、神经网络控制、遗传算法优化神经网络控制(使用了遗传工具箱GAOT)对同一系统所作的仿真比较,并加入饱和、死区、时滞等非线性后的响应,具体的分析比较过程论文中写的很详细。-I debug a big operation (source model+ Thesis), including PID control, fuzzy control, neural network control, genetic algorithm optimization of neural network control (using a genetic toolbox GAOT) on the same system simulation by the comparison, and to join saturation, dead zones, such as nonlinear time-delay after the response, the specific analysis of the comparison process paper written in great detail.
Platform: | Size: 283648 | Author: hcnden | Hits:

[matlabSelect

Description: matlab来实现遗传算法的选择算子,便于用matlab来实现模拟结果的图示划表示-matlab genetic algorithm to realize the selection operator, easy to use matlab to achieve simulation results that the icon is zoned
Platform: | Size: 1024 | Author: 上将 | Hits:

[AI-NN-PRgac++code

Description: *** *** *** *****/ /* 基于遗传算法的人工生命模拟 AL_GA.C */ /* An Artificial Life Simulation model Based on Genetic Algorithm */ /* 同济大学计算机系 王小平 2000年5月 -********************//* Genetic Algorithm Based Artificial Life Simulation AL_GA.C*//* An Artificial Life Simulation model Based on Genetic Algorithm*//* Tongji University Department of Computer Science in May 2000 WANG Xiao-ping
Platform: | Size: 626688 | Author: sinofeng | Hits:

[matlabmatlabGA

Description: 本源码是基于遗传算法的多维函数值的优化计算,利用matlab仿真-The source is based on genetic algorithm optimization of multi-dimensional function value calculation, the use of matlab simulation
Platform: | Size: 3072 | Author: 王上 | Hits:

[AI-NN-PRga_life

Description: 使用遗传算法进行人工生命模拟的C语言源程序-The use of genetic algorithm artificial life simulation of C language source code
Platform: | Size: 51200 | Author: ann | Hits:

[matlabga_tsp530

Description: 遗传算法求解TSP问题,MATLAB模拟实验,对采用遗传算法解优化问题很有帮助-Genetic Algorithm for TSP problem, MATLAB simulation experiments, using genetic algorithm optimization solutions helpful
Platform: | Size: 12288 | Author: TL | Hits:

[AI-NN-PRgenetic_algorithm_in_c

Description: 此源码包含下面五个程序的源代码。 基本分类算法源程序 基本遗传算法源程序 基于遗传算法的人工生命模拟源程序 基于遗传算法优化神经网络结构源程序 基于遗传算法提取基元图形源程序-This source code contains the following five program s source code. Basic classification algorithm source basic source of genetic algorithm based on genetic algorithm source artificial life simulation optimization based on genetic algorithm neural network structure based on genetic algorithm source extract source graphics primitives
Platform: | Size: 631808 | Author: 魏汝垚 | Hits:

[AI-NN-PRGA(tsp)

Description: 遗传算法是一类借鉴生物界自然选择和自然遗传机制的 随机化搜索算法。 它是模拟达尔文的遗传选择和自然淘汰的生 物进化过程的计算模型。-Genetic Algorithm is a kind of drawing on biological natural selection and natural genetic mechanism of the random search algorithm. It is a simulation of Darwinian natural selection to genetic selection and biological evolution of the computing model.
Platform: | Size: 323584 | Author: 杨瑞 | Hits:

[AI-NN-PRVC++GeneticAlgorithm

Description: 很经典的一个算法。大家做工程和通信用的着。遗传算法(Genetic Algorithm)是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它是有美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-A classic algorithm. We do engineering and communications are used. Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian natural selection to genetic selection and biological evolution of the computing model is a natural evolutionary process by simulating the optimal solution search methods, it is the United States Michigan University in 1975, Professor J. Holland was first put forward, and published influential monographs
Platform: | Size: 106496 | Author: 林宇贞 | Hits:

[matlab3dfdtd

Description: 3d-fdtd算法的遗传基因算法matlab模拟-3d-fdtd genetic algorithm matlab simulation algorithm
Platform: | Size: 17408 | Author: 塞其 | Hits:

[Windows DevelopA_LIFE

Description: 基于遗传算法的人工生命模拟,编写了算法代码-Genetic Algorithm Based on Artificial Life simulation, the preparation of the algorithm code
Platform: | Size: 7168 | Author: 孟军 | Hits:

[AI-NN-PRliaowei_yichuangsuanfq--shili

Description: 遗传算法人工生命模拟,这是一个遗传算法关于人工生命模拟的实例-Artificial Life Simulation of genetic algorithm, which is a genetic algorithm on the example of artificial life simulation
Platform: | Size: 26624 | Author: zz | Hits:

[AI-NN-PRArtificialLifeSimulationBasedonGeneticAlgorithm.ra

Description: 用C语言实现的基于遗传算法的人工生命模拟程序代码-Artificial Life Simulation Based on Genetic Algorithm
Platform: | Size: 16384 | Author: 林嘉 | Hits:

[Energy industryCEPSC_COM

Description: 考虑风电的FTR拍卖模型研究论文基于蒙特卡罗模拟的遗传算法源程序-Consider the wind power of FTR auction model based on Monte Carlo simulation studies of the genetic algorithm source code
Platform: | Size: 6144 | Author: 杨一冰 | Hits:

[AI-NN-PRMatlabbasedonthegeneticalgorithm

Description: 运用MATLAB编程实现遗传算法,数值仿真验证该方法的有效性,表明它能够对函数进行全局寻优。这种实现方法既可以熟悉MATLAB语言,又可以加深对遗传算法的认识和理解,以此来设计智能系统-Programming using MATLAB genetic algorithm, numerical simulation to verify the effectiveness of the method, that it is able to function for global optimization. This method can be familiar with the MATLAB language, but also better understanding of the genetic algorithm can be awareness and understanding in order to design intelligent systems
Platform: | Size: 78848 | Author: Ethan | Hits:

[AI-NN-PRchap5_2

Description: 利用二进制编码和实数编码遗传算法求函数极大值仿真程序-The use of binary encoding and real-coded genetic algorithm for maximum function simulation program
Platform: | Size: 1024 | Author: huangyinrong | Hits:

[matlabjsjy20070288

Description: :针对遗传算法易陷入局部最优的不足,在标准遗传算法基础上加入了三个新的操作- 复原、重构和录优操作,使改 进后的遗传算法收敛于全局最优,并在此基础上以路边约束、动态避障和路径最短作为适应度函数,提出了动态避障的路径 规划方法。通过实验仿真验证了算法的有效性、准确性和实时性,并与基于以往的遗传算法的路径规划方法进行比较,结果 表明本文提出的方法在产生的路径长度和算法运行时间上都具有更优的性能。-: Genetic algorithm for the lack of easy to fall into local optimum, in the standard genetic algorithm based on the insertion of three new operations- rehabilitation, reconstruction, and excellent operational record, so that the improved genetic algorithm converges to the global optimum, and in this by the roadside on the basis of constraints, dynamic obstacle avoidance and the shortest path as the fitness function is proposed dynamic obstacle avoidance path planning method. Simulation results through experiments the effectiveness of the algorithm, accuracy and real-time, and with previous genetic algorithm based path planning method to compare the results show that the method proposed in the resulting path length and algorithms have a running time better performance.
Platform: | Size: 329728 | Author: zhangying | Hits:

[Software Engineeringcruisemisslerouteplanting

Description: 导弹路径规划仿真算法-基于基本遗传算法的编程-Missile path planning simulation algorithm- the basic genetic algorithm-based programming
Platform: | Size: 7168 | Author: yeyejian | Hits:

[matlabCHAP5_4

Description: 此代码为基于遗传算法摩擦模型参数辨识的PID控制MATLAB仿真代码-This code is based on genetic algorithm for parameter identification of friction model simulation of PID control of MATLAB code
Platform: | Size: 1024 | Author: 王科 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »

CodeBus www.codebus.net